\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / FindLastIndex Method / FindLastIndex(Int32,Int32,Predicate<C1ZipEntry>) Method

In This Topic
    FindLastIndex(Int32,Int32,Predicate<C1ZipEntry>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer, _
       ByVal match As System.Predicate(Of C1ZipEntry) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.int startIndex,
       System.int count,
       System.Predicate<C1ZipEntry> match
    )

    Parameters

    startIndex
    count
    match
    See Also